a									{color: #BD251D;}
a:visited					{color: #BD251D;}
a:hover						{color: #BD251D; text-decoration: underline;}

/* DATAGRID */
.dataGrid .header	{background-color: white; color:#808080;}
.datagrid .row1		{background-color: #F4F4F4;}
.datagrid .row2		{background-color: #DDDDDD;}

.formlist .header	{background-color: white;}
.formlist .row1		{background-color: #F4F4F4;}
.formlist .row2		{background-color: #DDDDDD;}
.fakeLink					{color: #BD251D;}

/* BUTTON */
.button						{background-color: #AF251C;	color: White;	border: 1px outset #666666;}
.disabled					{background-color: silver;}
.buttonSelected		{background-color: #AF251C;}

/* DIVERSE */
hr								{background-color:#666666; 	color:#666666; }

.livegrid .header	{background-color: white; color:#808080; height:20px; font-weight: bold;}
.livegrid .row1		{background-color: #F4F4F4; height:20px;}
.livegrid .row2		{background-color: #DDDDDD; height:20px;}
.livegrid .flag		{padding-top:5px; text-align:center;}
.livegrid .num		{padding-right:5px; text-align:right;}
.dataGridButton		{background-color: #AF251C}
